diff options
-rw-r--r-- | hw/xfree86/xf1bpp/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/xf1bpp/Makefile.am b/hw/xfree86/xf1bpp/Makefile.am index 4439f8d79..341fe3b3b 100644 --- a/hw/xfree86/xf1bpp/Makefile.am +++ b/hw/xfree86/xf1bpp/Makefile.am @@ -173,7 +173,7 @@ mfbtileG.c: echo "#include \"$(top_srcdir)/mfb/mfbtile.c\"" >> $@ $(libxf1bppmfb_a_SOURCES): - echo "#include \"mfbmap.h\"" > $$i ; \ - echo "#include \"$(top_srcdir)/mfb/$$i\"" >> $$i ; \ + echo "#include \"mfbmap.h\"" > $$i + echo "#include \"$(top_srcdir)/mfb/$$i\"" >> $$i EXTRA_DIST = mfbmap.sh mfbunmap.sh |