forked from KolibriOS/kolibrios
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:
parent
355d9a3988
commit
c4ea104227
@ -31,6 +31,8 @@ all:$(LIBRARY).a
|
|||||||
|
|
||||||
$(LIBRARY).a: $(OBJS) Makefile
|
$(LIBRARY).a: $(OBJS) Makefile
|
||||||
$(AR) $(ARFLAGS) $(LIBRARY).a $(OBJS)
|
$(AR) $(ARFLAGS) $(LIBRARY).a $(OBJS)
|
||||||
|
|
||||||
|
install: $(LIBRARY).a
|
||||||
mv -f $(LIBRARY).a $(INSTALLDIR)
|
mv -f $(LIBRARY).a $(INSTALLDIR)
|
||||||
|
|
||||||
%.o : %.c Makefile
|
%.o : %.c Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user