[Fxpy-commits] FXPy Makefile,1.3,1.4
Status: Inactive
Brought to you by:
lyle
From: Bastian K. <ca...@us...> - 2003-02-22 00:33:16
|
Update of /cvsroot/fxpy/FXPy In directory sc8-pr-cvs1:/tmp/cvs-serv29552 Modified Files: Makefile Log Message: adjusted Index: Makefile =================================================================== RCS file: /cvsroot/fxpy/FXPy/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile 22 Feb 2003 00:18:02 -0000 1.3 +++ Makefile 22 Feb 2003 00:33:12 -0000 1.4 @@ -6,7 +6,7 @@ $(SETUP) build swig: - cd swig && ./build.sh + $(MAKE) -C swig clean: -$(SETUP) clean --all # ignore errors of this command @@ -42,4 +42,4 @@ # same thing, but unsigned (for local archives) env CVSROOT=:pserver:ano...@cv...:/cvsroot/fxpy cvs-buildpackage -MFXPy -W/home/calvin/projects/cvs-build -us -uc -rfakeroot -.PHONY: all clean distclean cleandeb dist deb_local deb_signed deb_unsigned +.PHONY: all swig clean distclean cleandeb dist deb_local deb_signed deb_unsigned |