Fixed references to sources to use $(srcdir)
authorTheodore Tso <tytso@mit.edu>
Fri, 21 Apr 1995 01:17:47 +0000 (01:17 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 21 Apr 1995 01:17:47 +0000 (01:17 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5416 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/Makefile.in

index f80bef4c66db648c56ecee27ed871e126b9ff11f..80386b1909778de50396e3a5641a9cddd889b13a 100644 (file)
@@ -31,9 +31,9 @@ test_profile: test_profile.o $(OBJS) $(LIBS)
 profile.h: prof_err.h profile.h.in
        cat $(srcdir)/profile.h.in prof_err.h > $@
 
-prof_err.h: prof_err.et
+prof_err.h: $(srcdir)/prof_err.et
 
-prof_err.c: prof_err.et
+prof_err.c: $(srcdir)/prof_err.et
 
 clean::
        rm -f $(PROGS) *.o *~ test_parse core libprofile.a prof_err.h \
@@ -44,9 +44,9 @@ clean::
 # Makefile dependencies follow.  This must be the last section in
 # the Makefile.in file
 #
-prof_tree.o : $(srcdir)/prof_tree.c $(srcdir)/prof_int.h ./prof_err.h 
-prof_file.o : $(srcdir)/prof_file.c $(srcdir)/prof_int.h ./prof_err.h 
-prof_parse.o : $(srcdir)/prof_parse.c $(srcdir)/prof_int.h ./prof_err.h 
-prof_err.o : prof_err.c 
-prof_init.o : $(srcdir)/prof_init.c $(srcdir)/prof_int.h ./prof_err.h 
+prof_tree.o: $(srcdir)/prof_tree.c $(srcdir)/prof_int.h prof_err.h
+prof_file.o: $(srcdir)/prof_file.c $(srcdir)/prof_int.h prof_err.h
+prof_parse.o: $(srcdir)/prof_parse.c $(srcdir)/prof_int.h prof_err.h
+prof_err.o: prof_err.c
+prof_init.o: $(srcdir)/prof_init.c $(srcdir)/prof_int.h prof_err.h