]> git.pld-linux.org Git - packages/gcl.git/blame - gcl-make.patch
fixed a small typo
[packages/gcl.git] / gcl-make.patch
CommitLineData
1f5e9d6e 1diff -urN gcl-2.4.0/makefile gcl-2.4.0.new/makefile
2--- gcl-2.4.0/makefile Sun May 6 08:18:49 2001
3+++ gcl-2.4.0.new/makefile Sat Nov 17 10:50:38 2001
1f5e9d6e 4@@ -133,10 +133,10 @@
5 (cd $(BINDIR); make all)
6 make mpfiles
7 rm -f o/cmpinclude.h ; ln h/cmpinclude.h o
8- (cd $(ODIR); make all)
9- (cd $(LSPDIR); make all)
10- (cd $(CMPDIR); make all)
11- (cd $(PORTDIR); make saved_gcl)
12+ make -C $(ODIR) all
13+ make -C $(LSPDIR) all
14+ make -C $(CMPDIR) all
15+ make -C $(PORTDIR) saved_gcl
16 make command
17
18 # After making successfully send in a notification to
This page took 0.036707 seconds and 4 git commands to generate.