From 6896332b66200df120860558542ba11aefaceeb0 Mon Sep 17 00:00:00 2001 From: bringert Date: Tue, 10 May 2005 10:45:00 +0000 Subject: Get executable suffix in configure, unify unix and windows make targets. --- src/Makefile.binary | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.binary') diff --git a/src/Makefile.binary b/src/Makefile.binary index 747269030..669af92cc 100644 --- a/src/Makefile.binary +++ b/src/Makefile.binary @@ -5,10 +5,10 @@ GF_DATA_DIR=$(datadir)/GF-$(PACKAGE_VERSION) .PHONY: install install: $(INSTALL) -d $(bindir) - $(INSTALL) gf gfdoc jgf $(bindir) + $(INSTALL) gf$(EXEEXT) gfdoc$(EXEEXT) jgf $(bindir) $(INSTALL) -d $(GF_DATA_DIR) $(INSTALL) -m 0644 gf-java.jar $(GF_DATA_DIR) uninstall: - -rm -f $(bindir)/gf $(bindir)/gfdoc $(bindir)/jgf + -rm -f $(bindir)/gf$(EXEEXT) $(bindir)/gfdoc$(EXEEXT) $(bindir)/jgf -rm -f $(GF_DATA_DIR)/gf-java.jar -- cgit v1.2.3