diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile index b9beed9303..50e29d1d66 100644 --- a/Makefile +++ b/Makefile @@ -334,6 +334,9 @@ FORCE: rpm/%: subdir_distinfo $(MAKE) $(PARALLELMFLAGS) -C $(@D) subdirs='$(subdirs)' $(@F) +iconvdata/%: + $(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F) + # This is a special goal for people making binary distributions. Normally # everybody uses the DES based crypt library but for the distribution we # need the only-MD5 based one as well. |