]> git.pld-linux.org Git - packages/ash.git/blame - ash-Makefile.patch
Marge with patches from Debian and current NetBSD.
[packages/ash.git] / ash-Makefile.patch
CommitLineData
33f9e2d6 1diff -Nur --exclude *~ ash-linux-0.3.1/Makefile ash-linux-0.3.1.new/Makefile
2--- ash-linux-0.3.1/Makefile Fri Jan 19 09:52:26 2001
3+++ ash-linux-0.3.1.new/Makefile Fri Apr 13 19:21:17 2001
4@@ -23,7 +23,7 @@
5 all: $(PROG)
6
7 $(PROG): build-tools $(GENSRCS) $(GENHDRS) $(OBJS)
8- $(CC) $(LDFLAGS) -o $(PROG) $(OBJS)
9+ $(CC) $(LDFLAGS) -o $(PROG) $(OBJS) $(LDLIBS)
10
11 lex.yy.c: arith_lex.l
12 flex -8 $<
This page took 0.035018 seconds and 4 git commands to generate.