=================================================================== RCS file: /home/cvs/OpenXM/bin/Attic/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- OpenXM/bin/Attic/Makefile 2000/01/20 03:47:25 1.7 +++ OpenXM/bin/Attic/Makefile 2000/01/21 09:51:08 1.8 @@ -1,4 +1,4 @@ -# $OpenXM: OpenXM/bin/Makefile,v 1.6 2000/01/19 09:43:53 takayama Exp $ +# $OpenXM: OpenXM/bin/Makefile,v 1.7 2000/01/20 03:47:25 takayama Exp $ LIBDIR=../lib FEPLINUX=fep.linux @@ -26,7 +26,9 @@ configure: $(FEPLINUX) $(FEPFBSD) $(PHC) fi rm -f asir - ln -f -s $(LIBDIR)/asir/ox_asir asir + ln -f -s $(LIBDIR)/asir/asir asir + rm -f ox_asir + ln -f -s $(LIBDIR)/asir/asir ox_asir $(FEPLINUX) : $(FEPLINUX).gz.uuencoded @if [ -f $(FEPLINUX).gz.uuencoded ]; then \ @@ -50,18 +52,18 @@ $(PHC) : $(PHC).gz.uuencoded fi distclean: - rm -f asir fep fep.linux fep.fbsd lin_phcv2p phc + rm -f asir ox_asir fep fep.linux fep.fbsd lin_phcv2p phc uuencode: @if [ -f $(FEPLINUX) ]; then \ - echo '$OpenXM: OpenXM/bin/Makefile,v 1.6 2000/01/19 09:43:53 takayama Exp $' > $(FEPLINUX).gz.uuencoded ; \ + echo '$OpenXM: OpenXM/bin/Makefile,v 1.7 2000/01/20 03:47:25 takayama Exp $' > $(FEPLINUX).gz.uuencoded ; \ gzip -c $(FEPLINUX) | uuencode $(FEPLINUX).gz >> $(FEPLINUX).gz.uuencoded ; \ fi @if [ -f $(FEPFBSD) ]; then \ - echo '$OpenXM: OpenXM/bin/Makefile,v 1.6 2000/01/19 09:43:53 takayama Exp $' > $(FEPFBSD).gz.uuencoded ; \ + echo '$OpenXM: OpenXM/bin/Makefile,v 1.7 2000/01/20 03:47:25 takayama Exp $' > $(FEPFBSD).gz.uuencoded ; \ gzip -c $(FEPFBSD) | uuencode $(FEPFBSD).gz >> $(FEPFBSD).gz.uuencoded ; \ fi @if [ -f $(PHC) ]; then \ - echo '$OpenXM: OpenXM/bin/Makefile,v 1.6 2000/01/19 09:43:53 takayama Exp $' > $(PHC).gz.uuencoded ; \ + echo '$OpenXM: OpenXM/bin/Makefile,v 1.7 2000/01/20 03:47:25 takayama Exp $' > $(PHC).gz.uuencoded ; \ gzip -c $(PHC) | uuencode $(PHC).gz >> $(PHC).gz.uuencoded ; \ fi