cvs commit: ponie Makefile
[email protected] (Nicholas Clark) 11 May 2005 16:54:32 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 05/05/11 09:54:31 Modified: . Makefile Log: Remove the gnu make-ism (as spotted by Autrijus) Revision Changes Path 1.7 +4 -4 ponie/Makefile Index: Makefile =================================================================== RCS file: /cvs/public/ponie/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Makefile 14 Oct 2004 11:44:38 -0000 1.6 +++ Makefile 11 May 2005 16:54:30 -0000 1.7 @@ -27,7 +27,7 @@ cd src/pmc && $(MAKE) src/pmc/Makefile: write_makefile.pl - perl $< >$@ + perl $? >$@ clean: cd parrot && $(MAKE) clean @@ -59,6 +59,6 @@ cd perl && make test .DEFAULT: - cd parrot && $(MAKE) $< - cd perl && $(MAKE) $< + cd parrot && $(MAKE) $? + cd perl && $(MAKE) $?