Re: building a smiple hello_world

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




SUBDIRS = prnt


Change this to
  SUBDIRS = prnt .
so things in there are built first.

I think it's ok the way he did. Directories are built depth-first, so you don't need the dot at the end.


See "Recursing subdirectories" at:
http://www.gnu.org/software/automake/manual/html_mono/automake.html#Alternative

Andre Caldas.


_______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux