X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Finclude%2FMakefile.in;h=bdae4465dcee7c8aceb23971d1c0ac62058147d7;hb=67da89445478477cbda97171c16f8cc2666ce240;hp=f4c30613a808d602101cdb15020f981957cb3189;hpb=7a742aa53d932c986e05ab285410366d414e23a4;p=fw%2Fsdcc diff --git a/device/include/Makefile.in b/device/include/Makefile.in index f4c30613..bdae4465 100644 --- a/device/include/Makefile.in +++ b/device/include/Makefile.in @@ -40,7 +40,7 @@ all: # Compiling and installing everything and runing test # --------------------------------------------------- install: all installdirs - $(CP) -r asm *.h $(sdcc_includedir) + $(CP) asm/*/features.h *.h $(sdcc_includedir) # Deleting all the installed files