diff options
| author | Eric Andersen <andersen@codepoet.org> | 2007-02-02 02:20:59 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2007-02-02 02:20:59 +0000 | 
| commit | 06969fa42bb6a0820ecb19fd234db35420c29c09 (patch) | |
| tree | 1cd893eb39cfaebb71fd321bdfa90248910b76fc | |
| parent | 49c57df050e0aeb573425f258d8ad3f504f43f01 (diff) | |
use sane line breaks
| -rw-r--r-- | Makefile.in | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index dc4b66f1d..eb76a9db6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -116,7 +116,8 @@ install_headers:  	rm -f tar_exclude  	printf '#ifndef _LIBC_INTERNAL_H\n#define _LIBC_INTERNAL_H 1\n#endif\n' > \  		$(PREFIX)$(DEVEL_PREFIX)include/libc-internal.h -	echo '/* Dont use _syscall#() macros; use the syscall() function */' > $(PREFIX)$(DEVEL_PREFIX)include/bits/syscalls.h +	echo '/* Dont use _syscall#() macros; use the syscall() function */' > \ +		$(PREFIX)$(DEVEL_PREFIX)include/bits/syscalls.h  	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/dl-osinfo.h  	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/_lfs_64.h  	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/uClibc_uintmaxtostr.h  | 
