Description: rename original makefile
From: Laszlo Kajan <lkajan@rostlab.org>
Forwarded: http://lists.alioth.debian.org/pipermail/debian-med-packaging/2012-July/016275.html

Index: seg-1994101801/makefile
===================================================================
--- seg-1994101801.orig/makefile	2012-07-04 19:09:41.530825609 +0000
+++ /dev/null	1970-01-01 00:00:00.000000000 +0000
@@ -1,15 +0,0 @@
-
-all : seg
-
-seg : seg.c lnfac.h genwin.h genwin.o
-	cc -O -o seg seg.c genwin.o -lm
-
-hiseg : hiseg.c lnfac.h genwin.h genwin.o
-	cc -O -o hiseg hiseg.c genwin.o -lm
-
-genwin.o : genwin.c genwin.h
-	cc -O -c genwin.c
-
-clean:
-	rm -f seg seg.o genwin.o
-
Index: seg-1994101801/makefile.old
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ seg-1994101801/makefile.old	2012-07-04 19:09:41.530825609 +0000
@@ -0,0 +1,15 @@
+
+all : seg
+
+seg : seg.c lnfac.h genwin.h genwin.o
+	cc -O -o seg seg.c genwin.o -lm
+
+hiseg : hiseg.c lnfac.h genwin.h genwin.o
+	cc -O -o hiseg hiseg.c genwin.o -lm
+
+genwin.o : genwin.c genwin.h
+	cc -O -c genwin.c
+
+clean:
+	rm -f seg seg.o genwin.o
+
