projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a9fc7d
)
Fixup gawk build
author
Eric Andersen
<andersen@codepoet.org>
Mon, 6 Jan 2003 15:33:34 +0000
(15:33 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 6 Jan 2003 15:33:34 +0000
(15:33 -0000)
make/gawk.mk
patch
|
blob
|
history
diff --git
a/make/gawk.mk
b/make/gawk.mk
index 3569e32d6489c48179b75780939f6c3c0536a27e..0994ef80d94db978d4599ea60eab6964ca0c63dd 100644
(file)
--- a/
make/gawk.mk
+++ b/
make/gawk.mk
@@
-20,7
+20,7
@@
$(GAWK_DIR)/.unpacked: $(DL_DIR)/$(GAWK_SOURCE)
touch $(GAWK_DIR)/.unpacked
$(GAWK_DIR)/.configured: $(GAWK_DIR)/.unpacked
- (cd $(GAWK_DIR);
autoconf;
rm -f config.cache; CC=$(TARGET_CC1) \
+ (cd $(GAWK_DIR); rm -f config.cache; CC=$(TARGET_CC1) \
CFLAGS=-D_POSIX_SOURCE ./configure --prefix=/usr --disable-nls \
--mandir=/junk --infodir=/junk \
);