about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-24 02:09:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-24 02:09:05 +0000
commit9ca9a06e4d814bd43e5184b4b7b08cffc4b13e77 (patch)
treec879402f5ce87376e0933e14ce1a7bc62d5a45d7 /buildtools
parentce19d8c7904507c3638550c41ca20f6d721e2ff7 (diff)
downloadnetpbm-mirror-9ca9a06e4d814bd43e5184b4b7b08cffc4b13e77.tar.gz
netpbm-mirror-9ca9a06e4d814bd43e5184b4b7b08cffc4b13e77.tar.xz
netpbm-mirror-9ca9a06e4d814bd43e5184b4b7b08cffc4b13e77.zip
Various cross-compile fixes, especially for MinGW target
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2562 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildtools/Makefile b/buildtools/Makefile
index 6a2e33da..8671c066 100644
--- a/buildtools/Makefile
+++ b/buildtools/Makefile
@@ -8,9 +8,9 @@ include $(BUILDDIR)/config.mk
 
 MERGE_OBJECTS =
 
-PROGS = libopt typegen endiangen
+BUILDPROGS = libopt typegen endiangen
 
-all: $(PROGS)
+all: $(BUILDPROGS)
 
 OMIT_BUILDTOOL_RULE = 1
 include $(SRCDIR)/common.mk
@@ -39,4 +39,4 @@ $(BUILDPROGS):%:%.o
 distclean clean: cleanlocal
 .PHONY: cleanlocal
 cleanlocal:
-	rm -f $(PROGS)
+	rm -f $(BUILDPROGS)