Menu

#2 Makefile: install, correct version

open
nobody
None
5
2003-09-07
2003-09-07
No

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.

Discussion

  • Anonymous

    Anonymous - 2003-09-07

    Logged In: YES
    user_id=627213

    sorry, I forgot to attache the file.

     
  • Anonymous

    Anonymous - 2003-09-07

    The patch as file

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.