summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-03-28 09:48:58 +0000
committerRoland McGrath <roland@gnu.org>1996-03-28 09:48:58 +0000
commitffcf96345f519a1a557b019271d4a62ec40f7eaa (patch)
tree7038c77b3f6be934c42d8e210f7fd651e2b4176b /Makerules
parent0393dfd6c22d4f3bb61c4650e4c22e87026b19bd (diff)
Thu Mar 28 03:00:43 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>cvs/libc-960328
* locale/nl_langinfo.c (nl_langinfo): Use DATA->values instead of DATA->strings. * Makerules (BUILD_CFLAGS): Remove $(common-objpfx) from config.h. * configure.in (.weakext check): Fix asm code to use .weakext instead of .weak! Fix bogus test calls. * configure: Regenerated.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index c68395cfd9..296e811432 100644
--- a/Makerules
+++ b/Makerules
@@ -610,7 +610,8 @@ cd $(@D); $(BUILD_CC) $(BUILD_CFLAGS) $(<:$(common-objpfx)%=%) -o $(@F)
endef
# We always want to use configuration definitions.
-BUILD_CFLAGS = -include $(common-objpfx)config.h
+# This is always used in $(common-objdir), so we use no directory name.
+BUILD_CFLAGS = -include config.h
# Support the GNU standard name for this target.
.PHONY: check