diff options
| author | Eric Andersen | 2003-01-23 02:18:58 +0100 |
|---|---|---|
| committer | Eric Andersen | 2003-01-23 02:18:58 +0100 |
| commit | 8460ba59fbb0e899e13ea2748d2fb0f00216712c (patch) | |
| tree | 2dec88c7472fe4044edf375da663881171ea78a8 /make | |
| parent | Leave the final gcc build with disable shared to make things (diff) | |
| download | buildroot-8460ba59fbb0e899e13ea2748d2fb0f00216712c.tar.gz buildroot-8460ba59fbb0e899e13ea2748d2fb0f00216712c.tar.xz buildroot-8460ba59fbb0e899e13ea2748d2fb0f00216712c.zip | |
Fix an obvious typo
Diffstat (limited to 'make')
| -rw-r--r-- | make/ncurses.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/ncurses.mk b/make/ncurses.mk index 43b730fa6..692a5ba84 100644 --- a/make/ncurses.mk +++ b/make/ncurses.mk @@ -5,7 +5,7 @@ # ############################################################# # Copyright (C) 2002 by Ken Restivo <ken@246gt.com> -# $Id: ncurses.mk,v 1.19 2003/01/21 07:34:29 andersen Exp $ +# $Id: ncurses.mk,v 1.20 2003/01/23 01:18:58 andersen Exp $ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library General Public License as @@ -101,7 +101,7 @@ $(TARGET_DIR)/usr/lib/libncurses.a: $(TARGET_DIR)/lib/libncurses.so (cd $(TARGET_DIR)/usr/lib; ln -fs libncurses.a libcurses.a) (cd $(TARGET_DIR)/usr/lib; ln -fs libncurses.a libtermcap.a) (cd $(TARGET_DIR)/usr/include; ln -fs ncurses.h curses.h) - touch -c $(NCURSES_DIR)/usr/lib/libncurses.a + touch -c $(TARGET_DIR)/usr/lib/libncurses.a ncurses-headers: $(TARGET_DIR)/usr/lib/libncurses.a |
