Added mechanism for installing header files
This commit is contained in:
parent
80b04b4440
commit
33e47b1a51
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ OLIB=tail_$(PREF)$(SUB)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
MakeArch
|
MakeArch
|
||||||
|
-if [ -d $(EMHOME)/include/tail_ac ] then : ; else mkdir $(EMHOME)/include/tail_ac ; fi
|
||||||
|
( cd headers; tar cf - `cat LIST` ) | ( cd $(EMHOME)/include/tail_ac ; tar xf - )
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f OLIST */OLIST
|
rm -f OLIST */OLIST
|
||||||
|
|
Loading…
Reference in a new issue