summaryrefslogtreecommitdiffstats
path: root/hal/update_hal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hal/update_hal/Makefile')
-rwxr-xr-xhal/update_hal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hal/update_hal/Makefile b/hal/update_hal/Makefile
index 8accb94..045462c 100755
--- a/hal/update_hal/Makefile
+++ b/hal/update_hal/Makefile
@@ -29,6 +29,6 @@ clean:
######### make installs #########################
install:
- install -d -m 0755 $(DESTDIR)/usr/include
- install -m 0644 $(HEADER) $(DESTDIR)/usr/include
+ install -d -m 0755 $(DESTDIR)/usr/include/basesystem
+ install -m 0644 $(HEADER) $(DESTDIR)/usr/include/basesystem
@echo $@ done.