OSSP CVS Repository

ossp - Check-in [5466]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 5466
Date: 2006-Jul-22 18:34:58 (local)
2006-Jul-22 16:34:58 (UTC)
User:rse
Branch:
Comment: cleanups
Tickets:
Inspections:
Files:
ossp-pkg/js/Makefile.in      1.8 -> 1.9     6 inserted, 0 deleted

ossp-pkg/js/Makefile.in 1.8 -> 1.9

--- Makefile.in  2006/07/22 16:33:39     1.8
+++ Makefile.in  2006/07/22 16:34:58     1.9
@@ -245,11 +245,17 @@
         -$(RM) -r .libs >/dev/null 2>&1 || $(TRUE)
         -$(RM) -r src/.libs src/fdlibm/.libs >/dev/null 2>&1 || $(TRUE)
         -$(RM) *.o *.lo
+        @if [ ".$(WITH_PERL)" = ".yes" ]; then \
+            (cd src/perlconnect; $(MAKE) $(MFLAGS) clean); \
+        fi
 
 distclean: clean
         -$(RM) config.log config.status config.cache
         -$(RM) Makefile config.h js.pc
         -$(RM) libtool
+        @if [ ".$(WITH_PERL)" = ".yes" ]; then \
+            (cd src/perlconnect; $(RM) -f Makefile.PL Makefile); \
+        fi
 
 realclean: distclean
         -$(RM) js.1

CVSTrac 2.0.1