Clean up the mess I made.
This one now applies cleanly. Noticed by: asami
This commit is contained in:
parent
e0f099c73b
commit
7b2bf87743
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8097
@ -1,5 +1,5 @@
|
||||
*** src/Makefile.orig Fri Apr 25 13:14:25 1997
|
||||
--- src/Makefile Thu Oct 2 08:12:51 1997
|
||||
*** src/Makefile.orig Wed Oct 1 16:14:24 1997
|
||||
--- src/Makefile Wed Oct 1 16:23:58 1997
|
||||
***************
|
||||
*** 24,29 ****
|
||||
--- 24,32 ----
|
||||
@ -68,7 +68,7 @@
|
||||
|
||||
|
||||
***************
|
||||
*** 82,111 ****
|
||||
*** 82,96 ****
|
||||
#endif
|
||||
|
||||
default:
|
||||
@ -84,22 +84,7 @@
|
||||
$(CP) VF.h $(INSTALL_INCDIR)/VF.h
|
||||
$(CP) ttindex $(INSTALL_BINDIR)/ttindex
|
||||
$(CP) bdfindex $(INSTALL_BINDIR)/bdfindex
|
||||
|
||||
clean:
|
||||
-$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex \
|
||||
! *.o core
|
||||
veryclean:
|
||||
-$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex\
|
||||
! *.o core *~ \#tz*
|
||||
|
||||
|
||||
# Font drivers
|
||||
DRV_OBJ= VF_Sony.o VF_Zeit.o VF_Jg.o VF_TT.o VF_Bdf.o VF_Hbf.o hbf.o \
|
||||
VF_Comp.o VF_BitOp.o VF_FNTWV.o VF_Comp2.o VF_Null.o
|
||||
|
||||
|
||||
# VFlib
|
||||
--- 85,118 ----
|
||||
--- 85,100 ----
|
||||
#endif
|
||||
|
||||
default:
|
||||
@ -116,6 +101,24 @@
|
||||
$(CP) VF.h $(INSTALL_INCDIR)/VF.h
|
||||
$(CP) ttindex $(INSTALL_BINDIR)/ttindex
|
||||
$(CP) bdfindex $(INSTALL_BINDIR)/bdfindex
|
||||
***************
|
||||
*** 98,112 ****
|
||||
|
||||
clean:
|
||||
-$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex \
|
||||
! *.o core
|
||||
veryclean:
|
||||
-$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex\
|
||||
! *.o core *~ \#tz*
|
||||
|
||||
|
||||
# Font drivers
|
||||
DRV_OBJ= VF_Sony.o VF_Zeit.o VF_Jg.o VF_TT.o VF_Bdf.o VF_Hbf.o hbf.o \
|
||||
VF_Comp.o VF_BitOp.o VF_FNTWV.o VF_Comp2.o VF_Null.o
|
||||
|
||||
|
||||
# VFlib
|
||||
--- 102,119 ----
|
||||
|
||||
clean:
|
||||
-$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex \
|
||||
@ -135,8 +138,8 @@
|
||||
|
||||
# VFlib
|
||||
***************
|
||||
*** 116,121 ****
|
||||
--- 123,132 ----
|
||||
*** 117,122 ****
|
||||
--- 124,133 ----
|
||||
$(CP) libVFlib.a VFlib.a
|
||||
-$(RANLIB) VFlib.a
|
||||
|
||||
@ -148,8 +151,8 @@
|
||||
VFlib.o: VFlib.c
|
||||
$(CC) $(CFLAGS) $(USEFSLIB) -c VFlib.c
|
||||
***************
|
||||
*** 169,174 ****
|
||||
--- 180,263 ----
|
||||
*** 170,175 ****
|
||||
--- 181,264 ----
|
||||
# Null font driver
|
||||
VF_Null.o: VF_Null.c
|
||||
$(CC) $(CFLAGS) -c VF_Null.c
|
||||
|
Loading…
Reference in New Issue
Block a user