summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/Makefile20
-rw-r--r--lang/Makefile2
-rw-r--r--version.log6
3 files changed, 26 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
new file mode 100644
index 000000000..b5641c71b
--- /dev/null
+++ b/include/Makefile
@@ -0,0 +1,20 @@
+
+all: services.h extern.h pseudo.h version.h
+
+version.h: Makefile version.sh services.h pseudo.h messages.h $(SRCS)
+ sh version.sh
+
+services.h: sysconf.h config.h extern.h
+ touch $@
+
+extern.h: slist.h
+ touch $@
+
+pseudo.h: commands.h timeout.h encrypt.h datafiles.h slist.h
+ touch $@
+
+clean:
+ (rm -f language.h)
+
+distclean: clean
+ (rm -f sysconf.h version.h)
diff --git a/lang/Makefile b/lang/Makefile
index b629ee22a..4b5548227 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -40,7 +40,7 @@ spotless: clean
rm -f language.h index
-cat: cat.l langcomp index
+cat: cat.l langcomp index
./langcomp $@.l
de: de.l langcomp index
./langcomp $@.l
diff --git a/version.log b/version.log
index a7241abe5..c62b85506 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="4"
-VERSION_BUILD="265"
+VERSION_BUILD="266"
# $Log$
#
+# BUILD : 1.7.4 (266)
+# BUGS : N/A
+# NOTES : Added include/Makefile to svn
+#
# BUILD : 1.7.4 (265)
# BUGS : N/A
# NOTES : Only forgot 2 changes :)