diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index 30721d11a0..2b12628a72 100644 --- a/po/Makefile +++ b/po/Makefile @@ -34,6 +34,8 @@ endif # Text domain name to install under; must match ../locale/SYS_libc.c string. domainname = libc +all: # Make this the default target; it will be defined in Rules. + # Get $(version) defined. include ../Makeconfig -include $(common-objpfx)version.mk |