ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/Makefile.PL
(Generate patch)

Comparing Convert-UUlib/Makefile.PL (file contents):
Revision 1.3 by root, Thu Nov 6 13:33:40 2003 UTC vs.
Revision 1.4 by root, Fri Jul 10 02:00:09 2015 UTC

2 2
3sub MY::postamble { 3sub MY::postamble {
4 my $postamble =<<'END'; 4 my $postamble =<<'END';
5 5
6uulib/Makefile: 6uulib/Makefile:
7 cd uulib && CC="$(CC)" CFLAGS="$(OPTIMIZE) $(CFLAGS) $(CCCDLFLAGS)" ./configure 7 cd uulib && ./configure --with-cc='$(CC)' --with-cflags='$(OPTIMIZE) $(CFLAGS) $(CCCDLFLAGS)'
8 8
9clean:: 9clean::
10 -cd uulib && make distclean 10 -cd uulib && make distclean
11 11
12force: 12force:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines