[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gcl-commits] gcl makefile [Version_2_6_8pre]
From: |
Mike Thomas |
Subject: |
[Gcl-commits] gcl makefile [Version_2_6_8pre] |
Date: |
Fri, 16 Jun 2006 02:50:41 +0000 |
CVSROOT: /sources/gcl
Module name: gcl
Branch: Version_2_6_8pre
Changes by: Mike Thomas <mjthomas> 06/06/16 02:50:41
Modified files:
. : makefile
Log message:
Fix xgcl sidestep.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gcl/makefile?cvsroot=gcl&only_with_tag=Version_2_6_8pre&r1=1.73.4.2.2.21.6.1.8.4&r2=1.73.4.2.2.21.6.1.8.5
Patches:
Index: makefile
===================================================================
RCS file: /sources/gcl/gcl/makefile,v
retrieving revision 1.73.4.2.2.21.6.1.8.4
retrieving revision 1.73.4.2.2.21.6.1.8.5
diff -u -b -r1.73.4.2.2.21.6.1.8.4 -r1.73.4.2.2.21.6.1.8.5
--- makefile 9 Jun 2006 15:53:31 -0000 1.73.4.2.2.21.6.1.8.4
+++ makefile 16 Jun 2006 02:50:41 -0000 1.73.4.2.2.21.6.1.8.5
@@ -37,7 +37,7 @@
all: $(BUILD_BFD) system command cmpnew/gcl_collectfn.o lsp/gcl_info.o
do-gcl-tk do-info
system: $(PORTDIR)/$(FLISP)
- [ "$X_LIBS" == "" ] || cd xgcl-2 && make saved_xgcl LISP=../$< && mv
saved_xgcl ../$(PORTDIR)/$(FLISP)
+ [ "$(X_LIBS)" == "" ] || (cd xgcl-2 && make saved_xgcl LISP=../$< && mv
saved_xgcl ../$(PORTDIR)/$(FLISP))
touch $@
xgcl: $(PORTDIR)/saved_xgcl
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gcl-commits] gcl makefile [Version_2_6_8pre],
Mike Thomas <=