$NetBSD: patch-aa,v 1.6 2008/07/25 19:43:14 tonio Exp $ --- Makefile.orig 2007-04-02 05:03:20.000000000 +0200 +++ Makefile @@ -39,7 +39,7 @@ all:: INSTALL INSTALL: $(NAME)$(EXEC_EXT) # file isn't made for OS X, so check that it's there first - (if [ -f $(NAME) ]; then ./$(NAME) -doc install > INSTALLATION; fi) +## (if [ -f $(NAME) ]; then ./$(NAME) -doc install > INSTALLATION; fi) ######################################################################## ## Miscellaneous developer-only switches @@ -68,7 +68,7 @@ include Makefile.OCaml ###################################################################### # Installation -INSTALLDIR = $(HOME)/bin/ +INSTALLDIR = ${DESTDIR}$(PREFIX)/bin/ # This has two names because on OSX the file INSTALL shadows the target 'install'! install: doinstall @@ -80,10 +80,7 @@ text: make -C .. text doinstall: $(NAME)$(EXEC_EXT) - -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$) cp $(NAME)$(EXEC_EXT) $(INSTALLDIR) - cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(MAJORVERSION)$(EXEC_EXT) - ###################################################################### # Demo @@ -332,7 +329,7 @@ testmerge: tags: -$(ETAGS) *.mli */*.mli *.ml */*.ml */*.m *.c */*.c *.txt -all:: TAGS +#all:: TAGS TAGS: $(MAKE) tags