Changeset 1146


Ignore:
Timestamp:
Sep 8, 2008 10:44:23 AM (16 years ago)
Author:
gah
Message:

fix for lang perl: needs -lperl library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/perl/Makefile.in

    r1145 r1146  
    6363LIBS            = \
    6464                -L../../src/core -lrappture \
    65                 -L$(archlibexp)/CORE -lperl \
    6665                -lexpat
    6766
     
    102101        $(INSTALL) -m 444 $(pod) $(destdir)
    103102
    104 clean:
    105         $(RM) $(lib) $(bootstrap) $(man) $(pod) Rappture.o Rappture.cc
     103clean: pkgclean
     104        $(RM) $(lib) $(bootstrap) $(man) $(pod) Rappture.o Rappture.cc 
    106105
    107106distclean: clean
Note: See TracChangeset for help on using the changeset viewer.