Kaynağa Gözat

* Fixed recompiling of settings.c

svn: 251
Bryan Drewery 22 yıl önce
ebeveyn
işleme
a6c44c3b19
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      Makefile.in

+ 2 - 2
Makefile.in

@@ -120,8 +120,8 @@ eggautoconf:
 
 
 packconf: makesettings
 packconf: makesettings
 	@./makesettings pack/pack.cfg src/settings.tmp
 	@./makesettings pack/pack.cfg src/settings.tmp
-	@(touch src/settings.c; \
-	if test "x`diff -qurN src/settings.tmp src/settings.c`" != "x"; then \
+#	@(touch src/settings.c; \
+	@(if test "x`diff -qurN src/settings.tmp src/settings.c`" != "x"; then \
 	cp -f src/settings.tmp src/settings.c; \
 	cp -f src/settings.tmp src/settings.c; \
 	fi)
 	fi)