Update of /cvsroot/wavelet/Wavelet/debian
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12402/debian
Modified Files:
rules
Log Message:
added objclean target
Index: rules
===================================================================
RCS file: /cvsroot/wavelet/Wavelet/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** rules 27 Jan 2005 11:54:53 -0000 1.2
--- rules 15 Aug 2005 17:09:41 -0000 1.3
***************
*** 48,52 ****
# Add here commands to compile the package.
! $(MAKE) static test shared
touch build-stamp
--- 48,53 ----
# Add here commands to compile the package.
! $(MAKE) static test
! $(MAKE) objclean shared
touch build-stamp
|