[llvm-commits] CVS: llvm/Makefile.rules

Misha Brukman brukman at cs.uiuc.edu
Tue Oct 7 10:25:01 PDT 2003


Changes in directory llvm:

Makefile.rules updated: 1.143 -> 1.144

---
Log message:

Depend on config.status instead of config.h, because config.h timestamp may not
change even though configure changes.


---
Diffs of the changes:  (+2 -2)

Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.143 llvm/Makefile.rules:1.144
--- llvm/Makefile.rules:1.143	Tue Oct  7 09:16:44 2003
+++ llvm/Makefile.rules	Tue Oct  7 10:24:23 2003
@@ -59,7 +59,7 @@
 ###########################################################################
 
 # Ensure people re-run configure when it gets updated
-all::$(LLVM_OBJ_ROOT)/include/Config/config.h
+all::$(LLVM_OBJ_ROOT)/config.status
 
 ifdef SHARED_LIBRARY
 # if SHARED_LIBRARY is specified, the default is to build the dynamic lib
@@ -780,7 +780,7 @@
 #
 # Autoconf Dependencies.
 #
-$(LLVM_OBJ_ROOT)/include/Config/config.h:: $(LLVM_SRC_ROOT)/configure
+$(LLVM_OBJ_ROOT)/config.status:: $(LLVM_SRC_ROOT)/configure
 	@${ECHO} "You need to re-run $(LLVM_SRC_ROOT)/configure"
 	@${ECHO} "inside the directory $(LLVM_OBJ_ROOT)"
 	$(VERB) exit 1





More information about the llvm-commits mailing list