Browse Source

link in new hp-timing.h file

Mike Frysinger 19 years ago
parent
commit
971bb0ded9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Makefile.in

+ 3 - 1
Makefile.in

@@ -60,7 +60,9 @@ headers: include/bits/uClibc_config.h
 	else \
 		$(LN) -fs ../libc/sysdeps/linux/common/fpu_control.h include/ ; \
 	fi
-	$(LN) -fs ../libc/sysdeps/linux/common/dl-osinfo.h include/
+	for f in dl-osinfo.h hp-timing.h ; do \
+		$(LN) -fs ../libc/sysdeps/linux/common/$$f include/ ; \
+	done
 	@cd include/bits; \
 	set -e; \
 	for i in `ls ../../libc/sysdeps/linux/common/bits/*.h` ; do \