Split make and make install steps for libexpat

git-svn-id: svn://kolibrios.org@6924 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
ashmew2 2017-06-11 14:56:49 +00:00
parent 355d9a3988
commit c4ea104227

View File

@ -31,6 +31,8 @@ all:$(LIBRARY).a
$(LIBRARY).a: $(OBJS) Makefile
$(AR) $(ARFLAGS) $(LIBRARY).a $(OBJS)
install: $(LIBRARY).a
mv -f $(LIBRARY).a $(INSTALLDIR)
%.o : %.c Makefile