diff options
Diffstat (limited to 'package/libgpg-error/libgpg-error.mk')
-rw-r--r-- | package/libgpg-error/libgpg-error.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libgpg-error/libgpg-error.mk b/package/libgpg-error/libgpg-error.mk index 7e321c318..dc3b088a9 100644 --- a/package/libgpg-error/libgpg-error.mk +++ b/package/libgpg-error/libgpg-error.mk @@ -40,8 +40,8 @@ $(LIBGPG_ERROR_DIR)/.configured: $(LIBGPG_ERROR_DIR)/.source --includedir=/include \ --mandir=/usr/man \ --infodir=/usr/info \ - ); - touch $(LIBGPG_ERROR_DIR)/.configured; + ) + touch $(LIBGPG_ERROR_DIR)/.configured $(LIBGPG_ERROR_DIR)/$(LIBGPG_ERROR_LIBRARY): $(LIBGPG_ERROR_DIR)/.configured $(MAKE) CC=$(TARGET_CC) -C $(LIBGPG_ERROR_DIR) |