diff options
author | marha <marha@users.sourceforge.net> | 2012-12-18 09:55:55 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-12-18 09:55:55 +0100 |
commit | 055a6071a94ef05bedbcfa1e9545bd3da2216376 (patch) | |
tree | b6b82ea99d28e9792c5c77780c71c1fccfe878fe /libXt/src/makefile | |
parent | b3f7d4f6ce0d42d826f384223144936ba6797a10 (diff) | |
download | vcxsrv-055a6071a94ef05bedbcfa1e9545bd3da2216376.tar.gz vcxsrv-055a6071a94ef05bedbcfa1e9545bd3da2216376.tar.bz2 vcxsrv-055a6071a94ef05bedbcfa1e9545bd3da2216376.zip |
Solved needless rebuilds
Diffstat (limited to 'libXt/src/makefile')
-rw-r--r-- | libXt/src/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libXt/src/makefile b/libXt/src/makefile index 926454034..6f9d1b071 100644 --- a/libXt/src/makefile +++ b/libXt/src/makefile @@ -73,4 +73,7 @@ load_makefile ../util/makefile MAKESERVER=0 DEBUG=$(DEBUG) $(BUILT_SOURCE) $(BUILT_HEADER) : ../util/$(OBJDIR)/makestrs.exe $(STRING_LIST) ../util/StrDefs.ht ../util/StrDefs.ct ../util/Shell.ht ../util/$(OBJDIR)/makestrs -i .. $(STRINGSABIOPTIONS) < $(STRING_LIST) > StringDefs.c move StringDefs.h ..\include\X11 + touch ..\include\X11\StringDefs.h move Shell.h ..\include\X11 + touch ..\include\X11\Shell.h + |