Skip to content

Commit 030df1d

Browse files
committed
chg: deleted templates from installcf target
1 parent b405164 commit 030df1d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

factory/GNUmakefile.in

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -545,17 +545,12 @@ install-nolns: install
545545
installcf: cf
546546
$(MKINSTALLDIRS) $(libdir)
547547
$(MKINSTALLDIRS) $(includedir)
548-
$(MKINSTALLDIRS) $(templatedir)
549548
$(INSTALL_DATA) $(libfactory) $(libdir)/$(libfactory)
550549
-$(INSTALL_DATA) libsingcf_g.a $(libdir)/libsingcf_g.a
551550
-$(INSTALL_DATA) libsingcf_p.a $(libdir)/libsingcf_p.a
552551
$(INSTALL_DATA) factory.h $(includedir)/factory.h
553552
$(INSTALL_DATA) cf_gmp.h $(includedir)/cf_gmp.h
554553
$(INSTALL_DATA) factoryconf.h $(includedir)/factoryconf.h
555-
$(INSTALL_DATA) $(srcdir)/ftmpl_inst.cc $(templatedir)/ftmpl_inst.cc
556-
for file in $(templatesrc) $(templateincl); do \
557-
$(INSTALL_DATA) $(srcdir)/templates/$$file $(templatedir)/$$file; \
558-
done
559554
# we run `ranlib' another time for SUN machines
560555
$(RANLIB) $(libdir)/$(libfactory)
561556

@@ -589,16 +584,11 @@ installgftables:
589584
uninstall: $(uninstalltargets)
590585

591586
uninstallcf:
592-
-for file in $(templatesrc) $(templateincl); do \
593-
rm -f $(templatedir)/$$file; \
594-
done
595-
-rm -f $(templatedir)/ftmpl_inst.cc
596587
-rm -f $(includedir)/factoryconf.h
597588
-rm -f $(includedir)/factory.h
598589
-rm -f $(libdir)/$(libfactory)
599590
-rm -f $(libdir)/libsingcf_g.a
600591
-rm -f $(libdir)/libsingcf_p.a
601-
-rmdir $(templatedir)
602592
-rmdir $(includedir)
603593
-rmdir $(libdir)
604594

0 commit comments

Comments
 (0)