diff options
author | David Schleef <ds@schleef.org> | 2001-07-01 21:29:00 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-07-01 21:29:00 +0000 |
commit | fa1a9ed70918982ddb08aabb8bc4e18fd32bf840 (patch) | |
tree | 9e6f64068bfcd00adcd3dd0d595176d18ad96b50 /extra | |
parent | 16d350143d7502012982965a157111ea92ea7bb8 (diff) |
Changed dependencies of gcc-uClibc.h to ../../Config instead of clean
Diffstat (limited to 'extra')
-rw-r--r-- | extra/gcc-uClibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gcc-uClibc/Makefile b/extra/gcc-uClibc/Makefile index e68390572..59b71790b 100644 --- a/extra/gcc-uClibc/Makefile +++ b/extra/gcc-uClibc/Makefile @@ -9,7 +9,7 @@ GCC_LIB = $(shell $(CC) -print-libgcc-file-name ) all: gcc-uClibc ld-uClibc -gcc-uClibc.h: clean +gcc-uClibc.h: $(TOPDIR)/Config @echo "/* this file was autogenerated by make */" > gcc-uClibc.h @echo "#define UCLIBC_ROOT_DIR " \"$(ROOT_DIR)\" >> gcc-uClibc.h @echo "#define UCLIBC_DEVEL_PREFIX " \"$(DEVEL_PREFIX)\" >> gcc-uClibc.h |