OSDN Git Service

Fix a lingering reference to Config
authorEric Andersen <andersen@codepoet.org>
Thu, 31 Oct 2002 20:06:14 +0000 (20:06 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 31 Oct 2002 20:06:14 +0000 (20:06 -0000)
 -Erik

extra/gcc-uClibc/Makefile

index d5113bd..10868bd 100644 (file)
@@ -16,7 +16,7 @@ GCCINCDIR:= ${shell $(CC) -print-search-dirs | sed -ne "s/install: \(.*\)/\1incl
 
 all: gcc-uClibc ld-uClibc
 
-gcc-uClibc.h: $(TOPDIR)/Config
+gcc-uClibc.h: $(TOPDIR).config
        @echo "/* this file was autogenerated by make */" > gcc-uClibc.h
        @echo "#define UCLIBC_TARGET_PREFIX " \"$(TARGET_PREFIX)\" >> gcc-uClibc.h
        @echo "#define UCLIBC_DEVEL_PREFIX " \"$(DEVEL_PREFIX)\" >> gcc-uClibc.h