diff options
Diffstat (limited to 'package/pppd/pppd.mk')
-rw-r--r-- | package/pppd/pppd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pppd/pppd.mk b/package/pppd/pppd.mk index 26cab47b2..fb6ff0ecc 100644 --- a/package/pppd/pppd.mk +++ b/package/pppd/pppd.mk @@ -48,7 +48,7 @@ $(PPPD_DIR)/.configured: $(PPPD_DIR)/.unpacked --mandir=/usr/man \ --infodir=/usr/info \ $(DISABLE_NLS) \ - ); + ) touch $(PPPD_DIR)/.configured $(PPPD_DIR)/$(PPPD_BINARY): $(PPPD_DIR)/.configured |