[fix generation of depend.make, change LICENSE file to COPYING in rpm spec
John Meacham <john@repetae.net>**20080208105105] hunk ./COPYING 7
-published by the Free Software Foundation.  That license is reproduced
-below.
+published by the Free Software Foundation or any later version at your option.
+That license is reproduced below.
hunk ./Makefile.am 78
-	date +'compileDate = "%Y%m%d"'                                     >> $@
+	date +'compileDate = "%Y-%m-%d"'                                   >> $@
hunk ./Makefile.am 83
-	echo '{-# NOINLINE libraryPath #-}'                                >> $@
+	echo 'libdir="$(libdir)"'                                          >> $@
+	echo 'host="$(host)"'                                              >> $@
hunk ./Makefile.am 105
+.INTERMEDIATE: deps.txt
+.DELETE_ON_ERROR: deps.txt depend.make
+
+deps.txt: Main.hs $(BUILT_SOURCES)
+	$(HC) -M -optdep-f -optdep$@ $(HC_OPTS) $<
+
+depend.make: deps.txt
+	echo HSFILES=`egrep -o '[A-Za-z0-9/.]+.hs' $< | sed -e 's/^\.\///' | sort` > $@
+
+
hunk ./jhc.spec.in 5
-License: LICENSE
+License: COPYING
hunk ./jhc.spec.in 21
-# ./configure --prefix=%{prefix}
hunk ./jhc.spec.in 25
-# make prefix=$RPM_BUILD_ROOT%{prefix} install
hunk ./jhc.spec.in 35
-%doc LICENSE
+%doc COPYING