]> git.pld-linux.org Git - packages/ash.git/commitdiff
moved.
authorMichal Moskal <michal@moskal.me>
Tue, 24 Apr 2001 09:15:19 +0000 (09:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ash-Makefile.patch -> 1.2
    ash-makefile.patch -> 1.2

ash-Makefile.patch [deleted file]
ash-makefile.patch

diff --git a/ash-Makefile.patch b/ash-Makefile.patch
deleted file mode 100644 (file)
index 6fec309..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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 $< 
index bb75a71229f8d6ecc442d913cf5a35c3c25c386b..c3b16a1f58f7ea010180e41113068b306ba2b824 100644 (file)
@@ -30,7 +30,7 @@ diff -u ash-0.4.0/Makefile ash-0.4.0-/Makefile
 +all: $(PROG)
 +
 +$(PROG): build-tools $(GENSRCS) $(GENHDRS) $(OBJS)
 +all: $(PROG)
 +
 +$(PROG): build-tools $(GENSRCS) $(GENHDRS) $(OBJS)
-+      $(CC) $(LDFLAGS) -o $(PROG) $(OBJS) -lfl
++      $(CC) $(LDFLAGS) -o $(PROG) $(OBJS) $(LDLIBS) -lfl
 +      
 +lex.yy.c: arith_lex.l
 +      flex -8 $< 
 +      
 +lex.yy.c: arith_lex.l
 +      flex -8 $< 
This page took 0.089993 seconds and 4 git commands to generate.