]> git.sur5r.net Git - bacula/bacula/commitdiff
Lets not generate the ingres code automatically when the .sc or .sh files changes...
authorMarco van Wieringen <mvw@planets.elm.net>
Sat, 6 Mar 2010 09:37:11 +0000 (10:37 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:37 +0000 (16:49 +0200)
bacula/src/cats/Makefile.in

index f12ea35950f33fcbcb2a3ecae7ab2595b174b536..6101743f66aac20f34ae27ef0c16bf535953d2a4 100644 (file)
@@ -56,15 +56,11 @@ all: Makefile libbacsql$(DEFAULT_ARCHIVE_TYPE)
        @echo "==== Make of sqllib is good ===="
        @echo " "
 
-myingres.c: myingres.sc
-       @echo "Generating $@ from $<"
-       $(NO_ECHO)$(II_SYSTEM)/ingres/bin/esqlcc -extension=c $<
-
-myingres.h: myingres.sh
-       @echo "Generating $@ from $<"
-       $(NO_ECHO)$(II_SYSTEM)/ingres/bin/esqlcc -extension=h $<
-
-esql: myingres.c myingres.h
+esql:
+       @echo "Generating myingres.c from myingres.sc"
+       $(NO_ECHO)$(II_SYSTEM)/ingres/bin/esqlcc -extension=c myingres.sc
+       @echo "Generating myingres.h from myingres.sh"
+       $(NO_ECHO)$(II_SYSTEM)/ingres/bin/esqlcc -extension=h myingres.sh
 
 libbacsql.a: $(LIBBACSQL_OBJS)
        @echo "Making $@ ..."