OSDN Git Service

[BUG FIX] "all" target in Makefile was missing.
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Sun, 16 Jan 2011 18:08:27 +0000 (03:08 +0900)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Sun, 16 Jan 2011 18:08:27 +0000 (03:08 +0900)
modified:   Makefile
modified:   portsreinstall
modified:   portsreinstall.8

Makefile
portsreinstall
portsreinstall.8

index 49b72e8..f28cb98 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,8 @@ INSTALL=      install -c
 RM=    rm -f
 GZIP=  gzip -f
 
+all:
+
 install:
        $(INSTALL) $(PROGNAME) $(PREFIX)/bin
        $(INSTALL) $(PROGNAME).8 $(PREFIX)/man/man8
index 838e16f..4322664 100755 (executable)
@@ -9,7 +9,7 @@
 # ================================================
 
 APPNAME=`basename $0`
-MYVERSION=0.9.3
+MYVERSION=0.9.4
 
 PREFIX=${PREFIX:-/usr/local}
 CONFFILE=${PREFIX}/etc/${APPNAME}.conf
index 75b2881..9d35af6 100644 (file)
@@ -189,6 +189,9 @@ Configuration file of portupgrade(1).
 .SH HISTORY
 \fBportsreinstall\fR has been developed as below.
 .TP
+0.9.4 (17 Jan 2011)
+[BUG FIX] "all" target in Makefile was missing.
+.TP
 0.9.3 (16 Jan 2011)
 [MISC] Makefile is modified to compress manpage in the build process.
 .TP