ossp-pkg/rc/Makefile.in 1.36 -> 1.37
--- Makefile.in 2003/07/08 11:41:54 1.36
+++ Makefile.in 2003/07/11 14:13:16 1.37
@@ -60,10 +60,10 @@
TARGET_MANS = rc.1 rc-sample.5
SRCS = rc.c rc_error.c rc_list.c rc_script.c rc_file.c rc_sect.c rc_config.c \
- rc_cliopt.c rc_proc.c rc_version.c rc_pcre.c rc_util.c
+ rc_filopt.c rc_cliopt.c rc_proc.c rc_version.c rc_pcre.c rc_util.c
OBJS = rc.o rc_error.o rc_list.o rc_script.o rc_file.o rc_sect.o rc_config.o \
- rc_cliopt.o rc_proc.o rc_version.o rc_pcre.o rc_util.o
+ rc_filopt.o rc_cliopt.o rc_proc.o rc_version.o rc_pcre.o rc_util.o
SUBDIRS = @SUBDIR_EX@ @SUBDIR_POPT@
#SUBDIRS = @SUBDIR_EX@ @SUBDIR_VAR@ @SUBDIR_VAL@ @SUBDIR_STR@ @SUBDIR_POPT@
@@ -126,7 +126,7 @@
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir)
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man5
- $(SHTOOL) install -c -m 755 rc $(DESTDIR)$(bindir)/rc
+ $(SHTOOL) install -s -c -m 755 rc $(DESTDIR)$(bindir)/rc
$(SHTOOL) install -c -m 644 rc.1 $(DESTDIR)$(mandir)/man1/rc.1
$(SHTOOL) install -c -m 644 rc-sample.5 $(DESTDIR)$(mandir)/man5/rc-sample.5
|
|