git » nmdb » commit 1796a6c

Make nmdb.h depend on its skeleton file.

author Alberto Bertogli
2007-08-28 05:20:26 UTC
committer Alberto Bertogli
2007-08-28 05:20:26 UTC
parent bd060449b8fbca1a2be41d12dfa85acd44ef9e45

Make nmdb.h depend on its skeleton file.

This makes "make" aware of when to regenerate the header.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>

libnmdb/Makefile +1 -1

diff --git a/libnmdb/Makefile b/libnmdb/Makefile
index 1e7c719..e0e0cfe 100644
--- a/libnmdb/Makefile
+++ b/libnmdb/Makefile
@@ -31,7 +31,7 @@ default: all
 
 all: libs
 
-nmdb.h:
+nmdb.h: nmdb.skel.h
 	@echo "generating nmdb.h"
 	@cat nmdb.skel.h | \
 		sed 's/++CONFIG_ENABLE_TIPC++/$(ENABLE_TIPC)/g' | \