summaryrefslogtreecommitdiff
path: root/smstools-Makefile.patch
diff options
context:
space:
mode:
authorSÅ‚awomir Paszkiewicz2005-08-17 06:42:23 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit75020822f37d1bc9d756a5dc11d5751e2ef39be3 (patch)
treec4a47da29f7243ca9cf902509a51d10412fa0f11 /smstools-Makefile.patch
parent4aeb16197ce54ddab03e526e622f880844dcb5df (diff)
downloadsmstools-75020822f37d1bc9d756a5dc11d5751e2ef39be3.zip
smstools-75020822f37d1bc9d756a5dc11d5751e2ef39be3.tar.gz
- updated for 1.15.4
Changed files: smstools-Makefile.patch -> 1.4
Diffstat (limited to 'smstools-Makefile.patch')
-rw-r--r--smstools-Makefile.patch14
1 files changed, 8 insertions, 6 deletions
diff --git a/smstools-Makefile.patch b/smstools-Makefile.patch
index 562f1ba..adfbcc7 100644
--- a/smstools-Makefile.patch
+++ b/smstools-Makefile.patch
@@ -1,7 +1,7 @@
-diff -burN smstools.orig/Makefile smstools/Makefile
---- smstools.orig/Makefile 2004-04-09 22:24:06.703111488 +0200
-+++ smstools/Makefile 2004-04-09 22:26:18.473079408 +0200
-@@ -3,13 +3,13 @@
+diff -ur smstools/Makefile smstools.new/Makefile
+--- smstools/Makefile 2005-06-19 08:00:12.000000000 +0000
++++ smstools.new/Makefile 2005-08-17 06:36:55.188942232 +0000
+@@ -3,7 +3,7 @@
VERSION=$(shell grep package_version src/version.h | cut -f2)
compile:
@@ -9,11 +9,13 @@ diff -burN smstools.orig/Makefile smstools/Makefile
+ cd src && $(MAKE) $(MAKEFLAGS)
install: compile
- ./install.sub
+ ./install.sh
+@@ -12,7 +12,7 @@
+ ./uninstall.sh
clean:
- cd src && $(MAKE) -$(MAKEFLAGS) clean
+ cd src && $(MAKE) $(MAKEFLAGS) clean
package: compile clean
- ./package.sub
+ ./package.sh