]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(BUILD_CFLAGS): Fix reference to config file.
authorUlrich Drepper <drepper@redhat.com>
Wed, 26 Mar 1997 14:17:39 +0000 (14:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 26 Mar 1997 14:17:39 +0000 (14:17 +0000)
Makerules

index 4151c2357b492fff3920954f0d34d5b2c2625990..bfc5ef8a7408a50b51bbb2b013549382fd756e84 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -807,7 +807,7 @@ $(BUILD_CC) $(BUILD_CFLAGS) $(<:$(common-objpfx)%=$(..)%) -o $(..)$(@F)
 endef
 
 # We always want to use configuration definitions.
-BUILD_CFLAGS = -include $(common-objpfx)config.h
+BUILD_CFLAGS = -include $(..)config.h
 
 # Support the GNU standard name for this target.
 .PHONY: check