]> git.pld-linux.org Git - packages/ash.git/commitdiff
97b44c77c3ecca809085967a9608dd1e ash-Makefile.patch
authorklakier <klakier@pld-linux.org>
Fri, 13 Apr 2001 17:34:59 +0000 (17:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ash-Makefile.patch -> 1.1

ash-Makefile.patch [new file with mode: 0644]

diff --git a/ash-Makefile.patch b/ash-Makefile.patch
new file mode 100644 (file)
index 0000000..6fec309
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur --exclude *~ ash-linux-0.3.1/Makefile ash-linux-0.3.1.new/Makefile
+--- ash-linux-0.3.1/Makefile   Fri Jan 19 09:52:26 2001
++++ ash-linux-0.3.1.new/Makefile       Fri Apr 13 19:21:17 2001
+@@ -23,7 +23,7 @@
+ all: $(PROG)
+ $(PROG): build-tools $(GENSRCS) $(GENHDRS) $(OBJS)
+-      $(CC) $(LDFLAGS) -o $(PROG) $(OBJS)
++      $(CC) $(LDFLAGS) -o $(PROG) $(OBJS) $(LDLIBS)
+       
+ lex.yy.c: arith_lex.l
+       flex -8 $< 
This page took 0.037709 seconds and 4 git commands to generate.