]> granicus.if.org Git - sudo/commitdiff
Fix dummied out toke.c and gram.c dependencies.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 5 Jan 2005 22:29:06 +0000 (22:29 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 5 Jan 2005 22:29:06 +0000 (22:29 +0000)
Makefile.in

index 6d23f0b28c8e56403533a2f9c33b46d37ea9c5db..a6d5826ad763f8d79a377b0d59934d92f129e202 100644 (file)
@@ -191,14 +191,14 @@ sudo_noexec.la: sudo_noexec.lo
 @DEV@GENERATED = gram.h gram.c toke.c def_data.c def_data.h
 
 # Uncomment the $(YACC) and mv lines if you intend to modify gram.y
-gram.c gram.h: gram.y
+$(devdir)/gram.c gram.h: gram.y
 @DEV@  $(YACC) -d $(srcdir)/gram.y
 @DEV@  mv -f y.tab.c gram.c
 @DEV@  mv -f y.tab.h gram.h
        -@true
 
 # Uncomment the $(LEX) and mv lines if you intend to modify toke.l
-toke.c: toke.l
+$(devdir)/toke.c: toke.l
 @DEV@  $(LEX) $(srcdir)/toke.l
 @DEV@  mv -f lex.yy.c toke.c
        -@true