[10666] in Athena Bugs
synctree doesn't need -ll -ly (fix included)
daemon@ATHENA.MIT.EDU (Calvin Clark)
Sun Jul 11 19:50:09 1993
Date: Sun, 11 Jul 1993 19:50:04 -0400
From: Calvin Clark <ckclark@MIT.EDU>
To: bugs@Athena.MIT.EDU
I don't see why they are included. Force of habit? Synctree has a
main().
-Calvin
*** /source/athena/athena.etc/synctree/Imakefile Tue Jun 29 19:17:42 1993
--- Imakefile Sun Jul 11 19:32:39 1993
***************
*** 24,30 ****
DEFINES= $(CCDEF)
! SimpleProgram(synctree, $(OBJS), -ly -ll,$(BINDIR))
install_man(synctree.man,synctree.8)
build_program(regexp,regexp.o,,)
--- 24,30 ----
DEFINES= $(CCDEF)
! SimpleProgram(synctree, $(OBJS),,$(BINDIR))
install_man(synctree.man,synctree.8)
build_program(regexp,regexp.o,,)