diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-01-08 22:37:54 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-01-08 22:37:54 +0000 |
commit | 14d85a7cb5b218fcca3010e8a0e81e5807864181 (patch) | |
tree | ff6c957b33b8ad257ea082268b8506ab5575f71a /news/husky-hpucode | |
parent | 2ea071deb8ac59d694ded633b07c897e16489ed5 (diff) |
Notes
Diffstat (limited to 'news/husky-hpucode')
-rw-r--r-- | news/husky-hpucode/files/patch-Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/news/husky-hpucode/files/patch-Makefile b/news/husky-hpucode/files/patch-Makefile new file mode 100644 index 000000000000..3e5539270c01 --- /dev/null +++ b/news/husky-hpucode/files/patch-Makefile @@ -0,0 +1,17 @@ +--- Makefile.orig Thu Jan 9 03:57:29 2003 ++++ Makefile Thu Jan 9 03:57:46 2003 +@@ -64,12 +64,12 @@ + $(INSTALL) $(IBOPT) hpucode$(EXE) $(BINDIR) + ifdef INFODIR + -$(MKDIR) $(MKDIROPT) $(INFODIR) +- $(INSTALL) hpucode.info $(INFODIR) ++ $(INSTALL) $(IMOPT) hpucode.info $(INFODIR) + -install-info --info-dir=$(INFODIR) $(INFODIR)$(DIRSEP)hpucode.info + endif + ifdef HTMLDIR + -$(MKDIR) $(MKDIROPT) $(HTMLDIR) +- $(INSTALL) hpucode.html $(HTMLDIR) ++ $(INSTALL) $(IMOPT) hpucode.html $(HTMLDIR) + endif + ifdef MANDIR + -$(MKDIR) $(MKDIROPT) $(MANDIR)$(DIRSEP)man1 |