Ignore:
Timestamp:
Sep 8, 2008 10:48:09 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

    r1146 r1147  
    6363LIBS            = \
    6464                -L../../src/core -lrappture \
     65                -L$(archlibexp)/CORE -lperl \
    6566                -lexpat
    6667
     
    101102        $(INSTALL) -m 444 $(pod) $(destdir)
    102103
    103 clean: pkgclean
     104clean:
    104105        $(RM) $(lib) $(bootstrap) $(man) $(pod) Rappture.o Rappture.cc
     106        $(RM) -r $(pkg_build_dir)
    105107
    106108distclean: clean
Note: See TracChangeset for help on using the changeset viewer.