From c0f7639389e520d391082b9f30298bce5c25af30 Mon Sep 17 00:00:00 2001 From: zacheiss Date: Mon, 16 Sep 2002 22:19:13 +0000 Subject: [PATCH] Make the install rule up to date. --- gen/Makefile.in | 8 ++++---- regtape/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gen/Makefile.in b/gen/Makefile.in index 40a9b020..fb301f65 100644 --- a/gen/Makefile.in +++ b/gen/Makefile.in @@ -42,10 +42,10 @@ TARGET= acl.gen boot.gen dhcp.gen directory.gen hesiod.gen hosts.gen \ mailhub.gen ndb.gen network.gen nfs.gen pobox.gen \ postoffice.gen print.gen warehouse.gen winad.gen www.gen zephyr.gen -SCRIPTS=boot.sh ca.gen calendar.gen dhcp.sh hesiod.sh ip-billing.gen ip-billing.sh \ - longjobs.gen longjobs.sh mailhub.sh ndb.sh nfs.sh null.sh \ - postoffice.sh print.sh sapprint.gen sapprint.sh spwatch.gen \ - stellar.gen stellar.sh warehouse.sh www.sh zephyr.sh \ +SCRIPTS=acl.sh aliases.sh boot.sh ca.gen calendar.gen dhcp.sh hesiod.sh \ + ip-billing.gen ip-billing.sh longjobs.gen longjobs.sh mailhub.sh \ + ndb.sh nfs.sh null.sh postoffice.sh print.sh sapprint.gen sapprint.sh \ + spwatch.gen stellar.gen stellar.sh warehouse.sh www.sh zephyr.sh \ install_dirs install_quotas zero_quotas .SUFFIXES: .pc .gen diff --git a/regtape/Makefile.in b/regtape/Makefile.in index aba082c1..bfea75eb 100644 --- a/regtape/Makefile.in +++ b/regtape/Makefile.in @@ -33,6 +33,7 @@ VOTE_OBJS=vote.o CFILES=student.c staff.c common.c vote.c TARGET=student staff vote +SCRIPTS=grouper.pl staff.sql student.sql .SUFFIXES: .pc @@ -55,7 +56,7 @@ depend: $(CFILES) install: @set -x; for p in $(TARGET); do $(INSTALL_PROGRAM) $$p $(mrbindir); done - + @set -x; for p in $(SCRIPTS); do $(INSTALL_PROGRAM) $$p $(mrbindir); done student: $(STUDENT_OBJS) $(MR_LIBDEP) $(CC) -o $@ $(LDFLAGS) $(STUDENT_OBJS) $(SQL_LIBS) $(LIBS) -- 2.45.2