diff options
Diffstat (limited to 'nx-X11/extras/ttf2pt1')
-rw-r--r-- | nx-X11/extras/ttf2pt1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/extras/ttf2pt1/Makefile b/nx-X11/extras/ttf2pt1/Makefile index 2616d4687..0b9d77aee 100644 --- a/nx-X11/extras/ttf2pt1/Makefile +++ b/nx-X11/extras/ttf2pt1/Makefile @@ -158,8 +158,8 @@ mans: $(MANS) clean: rm -f t1asm ttf2pt1 *.o app/RPM/Makefile app/RPM/*.spec *.core core.* core - ( cd other && make clean; ) - ( cd app/netscape && make clean; ) + ( cd other && ${MAKE} clean; ) + ( cd app/netscape && ${MAKE} clean; ) veryclean: clean rm -f $(DOCS) $(MANS) |