From: Michal Moskal Date: Tue, 24 Apr 2001 09:15:19 +0000 (+0000) Subject: moved. X-Git-Tag: ash-0_4_0-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fash.git;a=commitdiff_plain;h=29f6cd4a9b720e6c90ba15382ff9a36a8b09fa36 moved. Changed files: ash-Makefile.patch -> 1.2 ash-makefile.patch -> 1.2 --- diff --git a/ash-Makefile.patch b/ash-Makefile.patch deleted file mode 100644 index 6fec309..0000000 --- a/ash-Makefile.patch +++ /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 $< diff --git a/ash-makefile.patch b/ash-makefile.patch index bb75a71..c3b16a1 100644 --- a/ash-makefile.patch +++ b/ash-makefile.patch @@ -30,7 +30,7 @@ diff -u ash-0.4.0/Makefile ash-0.4.0-/Makefile +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 $<