about summary refs log tree commit diff
path: root/buildtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/Makefile')
-rw-r--r--buildtools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/Makefile b/buildtools/Makefile
index a549d962..0490865b 100644
--- a/buildtools/Makefile
+++ b/buildtools/Makefile
@@ -41,7 +41,7 @@ genfontc.o:%.o:%.c importinc
 	  $(NETPBM_INCLUDES) \
 	  $<
 genfontc:%:%.o $(NETPBMLIB)
-	$(LD_FOR_BUILD) -o $@ $(LDFLAGS_FOR_BUILD) $(NETPBMLIB) $<
+	$(LD_FOR_BUILD) -o $@ $(LDFLAGS_FOR_BUILD)  $< $(NETPBMLIB)
 
 $(BUILDPROGS):%:%.o
 	$(LD_FOR_BUILD) -o $@ $(LDFLAGS_FOR_BUILD) $<
@@ -49,4 +49,4 @@ $(BUILDPROGS):%:%.o
 distclean clean: cleanlocal
 .PHONY: cleanlocal
 cleanlocal:
-	rm -f $(BUILDPROGS)
+	rm -f $(BUILDPROGS) genfontc