Skip to content

Commit

Permalink
gdb: remove Build/Compile rule ; default one works
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Ardelean <[email protected]>
  • Loading branch information
commodo authored and nbd168 committed Jun 7, 2017
1 parent 67a322a commit ab48538
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions package/devel/gdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ CONFIGURE_ARGS+= \
CONFIGURE_VARS+= \
ac_cv_search_tgetent="$(TARGET_LDFLAGS) -lncurses -lreadline"

define Build/Compile
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
CPPFLAGS="$(TARGET_CPPFLAGS)" \
all
endef

define Build/Install
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
Expand Down

0 comments on commit ab48538

Please sign in to comment.