Makefile: install, correct version
Status: Alpha
Brought to you by:
mmt
diff -rup ssh-gui-0.7.1/Makefile ssh-gui-0.7.1-1/Makefile
--- ssh-gui-0.7.1/Makefile 2000-05-13
06:44:23.000000000 +0200
+++ ssh-gui-0.7.1-1/Makefile 2003-09-07
14:09:46.000000000 +0200
@@ -1,7 +1,7 @@
CC=gcc
PACKAGE="ssh-gui"
-VERSION="0.5"
+VERSION="0.7.1"
#Get GTK+ and GLIB CC flags
GTKFLAGS=`gtk-config --cflags`
@@ -27,4 +27,7 @@ $(OBJS):
clean:;
-rm $(OBJS)
+install:;
+ install ssh-gui /usr/bin/ssh-gui
+
#The hyphen keeps it quiet.
Logged In: YES
user_id=627213
sorry, I forgot to attache the file.
The patch as file