diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-07-27 23:46:27 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-07-28 00:30:26 +0200 |
commit | ef2c11e51a08383c4a3bbd370e12e1db4875a447 (patch) | |
tree | 1a168b804aad363c99c620b874aad15aa17cdc69 /package/Makefile.in | |
parent | d54f37fb0813143c6b3e83504bd17874e38094c9 (diff) |
Remove unused X11_PREFIX option
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Makefile.in')
-rw-r--r-- | package/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/Makefile.in b/package/Makefile.in index fc53a1b1e..36f2f2419 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -292,9 +292,5 @@ else ENABLE_DEBUG:= endif -# X Windowing system - -X11_PREFIX:=$(call qstrip,$(BR2_X11_PREFIX)) - include package/Makefile.autotools.in include package/Makefile.package.in |